![]() |
MPCreateNotification |
||||
Header: | Multiprocessing.h | Carbon status: | Supported | |
Creates a kernel notification
OSStatus MPCreateNotification ( MPNotificationID *notificationID );
On return, notificationID points to the newly created kernel notification.
A result code.
After creating the kernel notification object, you can add simple notifications by calling the function MPModifyNotification.
Also see the function MPDeleteNotification.
Introduced with Multiprocessing Services 2.1.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)